DataGrid: Fix the banded Columns' vertical borders (T1318812)#32802
Open
Alyar666 wants to merge 13 commits intoDevExpress:26_1from
Open
DataGrid: Fix the banded Columns' vertical borders (T1318812)#32802Alyar666 wants to merge 13 commits intoDevExpress:26_1from
Alyar666 wants to merge 13 commits intoDevExpress:26_1from
Conversation
88936f8 to
ccd2691
Compare
packages/devextreme/js/__internal/grids/grid_core/column_headers/m_column_headers.ts
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/grid_core/sticky_columns/m_sticky_columns.ts
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/grid_core/sticky_columns/m_sticky_columns.ts
Show resolved
Hide resolved
ccd2691 to
2899a74
Compare
77856d4 to
d98ceff
Compare
04062b7 to
a784fb8
Compare
packages/devextreme/js/__internal/grids/grid_core/column_headers/m_column_headers.ts
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/grid_core/column_headers/m_column_headers.ts
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/grid_core/sticky_columns/m_sticky_columns.ts
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/grid_core/column_headers/m_column_headers.ts
Show resolved
Hide resolved
be6ac0c to
f9562be
Compare
packages/devextreme/js/__internal/grids/grid_core/column_headers/m_column_headers.ts
Show resolved
Hide resolved
added 3 commits
March 19, 2026 02:31
… selectors The border-left/border-right rules for multi-row headers incorrectly targeted all .dx-row elements inside the headers container. This caused filter row cells to get unexpected borders when band columns were present and showColumnHeaders was false. Narrowing the selector to .dx-header-row ensures only actual header rows are affected.
packages/devextreme/js/__internal/grids/grid_core/__tests__/__mock__/model/grid_core.ts
Show resolved
Hide resolved
added 2 commits
March 19, 2026 13:47
packages/devextreme/js/__internal/grids/grid_core/__tests__/__mock__/model/grid_core.ts
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.